home *** CD-ROM | disk | FTP | other *** search
/ The Cartoon Guide to Physics / The Cartoon Guide to Physics.iso / pc / physdata / stsetup.dir / 00041.ls < prev    next >
Encoding:
Text File  |  1995-09-10  |  779 b   |  26 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   blackBotton()
  4.   set the castNum of sprite 10 to 0
  5.   set the castNum of sprite 12 to 0
  6.   set the castNum of sprite 6 to 0
  7.   set the castNum of sprite 8 to 0
  8.   set the castNum of sprite 9 to 0
  9.   set the castNum of sprite 13 to 0
  10.   set the castNum of sprite 14 to 0
  11.   set the castNum of sprite 15 to 0
  12.   set the castNum of sprite 19 to 0
  13.   set the castNum of sprite the clickOn to the number of cast "credits red"
  14.   updateStage()
  15.   ResetHand()
  16.   set the cursor of sprite 7 to 0
  17.   set the cursor of sprite 11 to 0
  18.   set the cursor of sprite 16 to 0
  19.   set the cursor of sprite 17 to 0
  20.   set the cursor of sprite 2 to [200, 201]
  21.   set the cursor of sprite 4 to [200, 201]
  22.   set the cursor of sprite 6 to [200, 201]
  23.   eposall()
  24.   go("credits")
  25. end
  26.